home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / software / total / setup.exe / {app} / Tun.exe / 0 / RCDATA / TDLGREMOVESHARED / TDLGREMOVESHARED.txt
Text File  |  2003-08-06  |  2KB  |  115 lines

  1. object dlgRemoveShared: TdlgRemoveShared
  2.   Left = 374
  3.   Top = 219
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Remove Shared File?'
  7.   ClientHeight = 235
  8.   ClientWidth = 397
  9.   Color = clBtnFace
  10.   Font.Charset = EASTEUROPE_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblOne: TLabel
  21.     Left = 12
  22.     Top = 12
  23.     Width = 377
  24.     Height = 57
  25.     AutoSize = False
  26.     Caption = 
  27.       'The system indicates that the following shared file is no longer' +
  28.       ' used by any programs. If any programs are still using this file' +
  29.       ' and it is removed, those programs may not function. Are you sur' +
  30.       'e you want to remove the shared file?'
  31.     WordWrap = True
  32.   end
  33.   object lblTwo: TLabel
  34.     Left = 12
  35.     Top = 68
  36.     Width = 357
  37.     Height = 49
  38.     AutoSize = False
  39.     Caption = 
  40.       'Leaving this file will not harm your system. If you are not sure' +
  41.       ' what to do, it is suggested that you choose to not remove this ' +
  42.       'shared component.'
  43.     WordWrap = True
  44.   end
  45.   object lblFileName: TLabel
  46.     Left = 12
  47.     Top = 132
  48.     Width = 49
  49.     Height = 13
  50.     Caption = 'File name:'
  51.   end
  52.   object lblLocated: TLabel
  53.     Left = 12
  54.     Top = 160
  55.     Width = 53
  56.     Height = 13
  57.     Caption = 'Located in:'
  58.   end
  59.   object edFileName: TEdit
  60.     Left = 92
  61.     Top = 128
  62.     Width = 293
  63.     Height = 21
  64.     Color = clBtnFace
  65.     ReadOnly = True
  66.     TabOrder = 0
  67.   end
  68.   object edLocated: TEdit
  69.     Left = 92
  70.     Top = 156
  71.     Width = 293
  72.     Height = 21
  73.     Color = clBtnFace
  74.     ReadOnly = True
  75.     TabOrder = 1
  76.   end
  77.   object btnYes: TBitBtn
  78.     Left = 36
  79.     Top = 200
  80.     Width = 75
  81.     Height = 25
  82.     Caption = 'Yes'
  83.     Default = True
  84.     ModalResult = 6
  85.     TabOrder = 2
  86.   end
  87.   object btnYesToAll: TBitBtn
  88.     Left = 120
  89.     Top = 200
  90.     Width = 75
  91.     Height = 25
  92.     Caption = 'Yes To All'
  93.     ModalResult = 10
  94.     TabOrder = 3
  95.   end
  96.   object btnNo: TBitBtn
  97.     Left = 204
  98.     Top = 200
  99.     Width = 75
  100.     Height = 25
  101.     Caption = 'No'
  102.     ModalResult = 7
  103.     TabOrder = 4
  104.   end
  105.   object btnNoToAll: TBitBtn
  106.     Left = 288
  107.     Top = 200
  108.     Width = 75
  109.     Height = 25
  110.     Caption = 'No To All'
  111.     ModalResult = 9
  112.     TabOrder = 5
  113.   end
  114. end
  115.